home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Classic Collection / The Amiga Classic Collection - Disc 2.iso / Utils / UT152-ClassHD3.DMS / UT152-ClassHD3.adf / MrCopper / MrCopper.DOC next >
Text File  |  1992-09-02  |  4KB  |  121 lines

  1.  
  2. This program works on Workbench 1.3, 2.04 and 3.0.
  3.  
  4.     MrCopper Version 3.0
  5.     ~~~~~~~~~~~~~~~~~~~~
  6.  
  7. A little program which puts nice copper bars on the current screen
  8. (i.e. Workbench), there are two ways to use it :
  9.  
  10. 1 >>> Click on its icon and a window will appear with 13 buttons like :
  11.  
  12.       [ << ] [ >> ] [ Exit ] [R] [G] [B] [xxx] [   ]
  13.        (1)    (2)    (3)        (7)       (8)  [Go!]
  14.                       [   ]
  15.       [ << ] [ >> ] [ About] [R] [G] [B] [xxx] [   ]
  16.        (4)    (5)    (6)        (9)       (10)  (11)
  17.  
  18.   1 and 2 ; Allow you to cycle through the preset colour sets.
  19.             The number on the left of button (1) is the current set.
  20.  
  21.   3 ; Exits the program and leaves the current copper pattern on the screen
  22.  
  23.   4 and 5 ; Change the colour to accept the copper bars (0-3) 0=background
  24.             The number on the left of colour 4 is the current colour.
  25.  
  26.   6 ; So you don't forget who wrote it. ;-)
  27.  
  28. 2 >>> From the CLI
  29.  
  30.       If you type < mrcopper3.0 > then it will load the save as above
  31.  
  32.       but
  33.  
  34.       You can execute it with the following parameters :
  35.  
  36.       mrcopper3.0 [colourset]:[register]
  37.  
  38.       where :
  39.  
  40.       'colourset' is the pattern number 00-25
  41.  
  42.          00 ; White -> Purple
  43.          01 ; White -> Yellow
  44.          02 ; White -> Yellow (With Greys Bits!)
  45.          03 ; Blue -> Yellow
  46.          04 ; Blue -> Purple
  47.          05 ; Yellow -> Purple
  48.          06 ; Yellow -> Blue
  49.          07 ; Yellow -> Green
  50.          08 ; Red -> Blue
  51.          09 ; Red -> White
  52.          10 ; Red -> Cyan
  53.          11 ; Red -> Yellow
  54.          12 ; Red -> Purple
  55.          13 ; Purple -> Green
  56.          14 ; Green -> White
  57.          15 ; Green -> Purple
  58.          16 ; Green -> Red
  59.          17 ; Green -> Yellow
  60.          18 ; Pink -> L. Green
  61.          19 ; Blue -> L. Yellow
  62.          20 ; Horizontal Grey Bars
  63.          21 ; Horizontal Yellow Bars
  64.          22 ; Horizontal Red Bars
  65.          23 ; Horizontal Purple Bars
  66.          24 ; Horizontal Green Bars
  67.          25 ; Horizontal Grey, Yellow, Red, Purple And Green Bars
  68.  
  69.       'register' is the register to accept the copper bars 0-7.
  70.  
  71.   so to give the background a yellow - green fade :
  72.  
  73.         mrcopper3.0 10:0
  74.  
  75.   or to give a black - red fade on the window border (colour 3)
  76.  
  77.         mrcopper3.0 07:3
  78.  
  79.    OR New For Version 3...
  80.  
  81.       mrcopper3.0 [top]:[bot]:[register]
  82.  
  83. With the given parameters MrCopper will graduate the Workbench from the
  84. top colour (top) through to the bottom colour (bot) in the selected colour
  85. register, 0 being the background, the rest being various parts of the
  86. Workbench screen/windows.
  87.  
  88. 'top' and 'bot' must be in the form RGB, where R is the Red component, G is
  89. the Green component and B is the Blue component. 
  90.  
  91. FFF - White,  FF0 - Yellow, F80 - Orange, F88 - Pink, F0F - Purple...
  92.  
  93. So to graduate the Workbench from Purple to Black :
  94.  
  95.    MrCopper3.0 F0F:000:0
  96.  
  97. Orange to Light Green :
  98.  
  99.    MrCopper3.0 F80:8F8:0
  100.  
  101. (Unfortunatley the shading will be quite coarse (depending on the chosen
  102. colours) as it is limited to 4-bits per component, as AGA 8-bits per
  103. component aren't strictly system legal :( )
  104.  
  105.  
  106. This program was written with GFA-Basic 3.5 and compiled using the
  107. GFA-Basic Compiler 3.51E.
  108.  
  109. You can contact me at the following address :-
  110.  
  111.    Paul Alan Freshney
  112.     8 Richmond Close
  113.      Balderton
  114.       Newark
  115.        Notts.
  116.         NG24 3EX
  117.  
  118. ----------------------------------------------------------------------------
  119.                       (C) Paul Alan Freshney 1995
  120. ----------------------------------------------------------------------------
  121.